PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocument Class / save Method / save(String,PDFSecurityHandler) Method
File where the PDF document is saved.
Security handler for encrypting the saved file.
In This Topic
    save(String,PDFSecurityHandler) Method
    In This Topic
    Saves the PDF document to a file.
    Syntax
    public void save( 
       java.lang.String fileName,
       PDFSecurityHandler securityHandler
    )

    Parameters

    fileName
    File where the PDF document is saved.
    securityHandler
    Security handler for encrypting the saved file.
    Exceptions
    ExceptionDescription
    if a java.io.IOException appears during the save operation.
    See Also